You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Needed to get the dataset and this seemed like the only easy to run code for that. Encountered a few problems such as "02-import.rb:36:in `match': invalid byte sequence in US-ASCII (ArgumentError)", so this fixes those and makes it run. Added a run script while I am at it. Nothing too ambitious, but it now runs and generated nice output with ~220000 movies.
Andrey, hi!
This is definitely not the best place to ask, but since the repo is no longer maintaned, I was hoping you could help me.
I have a couple of questions:
1- how do I use this module (I never used Ruby before)
2- Does it include TV shows/episodes?
Thank you.
Hi, sure!
1 - You need to install ruby, and then just run each of the ruby scripts (00- . 01- , 02- etc.) in terminal, or just run run_all.sh in terminal as an executable script.
2 - The data includes tv shows and episodes, but the final output does not - it filers that out. You can modify export.rb to include tv shows, though.
I have barely used Ruby prior to this (though a good deal of Python) and found it easy enough to try to fix up for my needs, so I am guessing with a bit of googling you can figure it out.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Needed to get the dataset and this seemed like the only easy to run code for that. Encountered a few problems such as "02-import.rb:36:in `match': invalid byte sequence in US-ASCII (ArgumentError)", so this fixes those and makes it run. Added a run script while I am at it. Nothing too ambitious, but it now runs and generated nice output with ~220000 movies.